home *** CD-ROM | disk | FTP | other *** search
- package com.ibm.xml.parser;
-
- public class NOOPVisitor implements Visitor {
- public void visitDocumentFragmentPre(TXDocumentFragment var1) throws Exception {
- }
-
- public void visitDocumentFragmentPost(TXDocumentFragment var1) throws Exception {
- }
-
- public void visitDocumentPre(TXDocument var1) throws Exception {
- }
-
- public void visitDocumentPost(TXDocument var1) throws Exception {
- }
-
- public void visitElementPre(TXElement var1) throws Exception {
- }
-
- public void visitElementPost(TXElement var1) throws Exception {
- }
-
- public void visitAttributePre(TXAttribute var1) throws Exception {
- }
-
- public void visitAttributePost(TXAttribute var1) throws Exception {
- }
-
- public void visitPIPre(TXPI var1) throws Exception {
- }
-
- public void visitPIPost(TXPI var1) throws Exception {
- }
-
- public void visitCommentPre(TXComment var1) throws Exception {
- }
-
- public void visitCommentPost(TXComment var1) throws Exception {
- }
-
- public void visitTextPre(TXText var1) throws Exception {
- }
-
- public void visitTextPost(TXText var1) throws Exception {
- }
-
- public void visitDTDPre(DTD var1) throws Exception {
- }
-
- public void visitDTDPost(DTD var1) throws Exception {
- }
-
- public void visitElementDeclPre(ElementDecl var1) throws Exception {
- }
-
- public void visitElementDeclPost(ElementDecl var1) throws Exception {
- }
-
- public void visitAttlistPre(Attlist var1) throws Exception {
- }
-
- public void visitAttlistPost(Attlist var1) throws Exception {
- }
-
- public void visitAttDefPre(AttDef var1) throws Exception {
- }
-
- public void visitAttDefPost(AttDef var1) throws Exception {
- }
-
- public void visitEntityDeclPre(EntityDecl var1) throws Exception {
- }
-
- public void visitEntityDeclPost(EntityDecl var1) throws Exception {
- }
-
- public void visitNotationPre(TXNotation var1) throws Exception {
- }
-
- public void visitNotationPost(TXNotation var1) throws Exception {
- }
-
- public void visitGeneralReferencePre(GeneralReference var1) throws Exception {
- }
-
- public void visitGeneralReferencePost(GeneralReference var1) throws Exception {
- }
-
- public void visitPseudoNodePre(PseudoNode var1) throws Exception {
- }
-
- public void visitPseudoNodePost(PseudoNode var1) throws Exception {
- }
- }
-